Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarSlotsPanel<S> Class / KeyPress Event


In This Topic
    KeyPress Event (CalendarSlotsPanel<S>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event KeyPress As EventHandler(Of View.KeyEventArgs)
    'Usage
     
    
    Dim instance As CalendarSlotsPanel(Of S)
    Dim handler As EventHandler(Of View.KeyEventArgs)
     
    AddHandler instance.KeyPress, handler
    public event EventHandler<View.KeyEventArgs> KeyPress
    See Also